projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
596f933
)
xend: Fix use of PIFIsPhysical (takes no arguments).
author
Keir Fraser
<keir@xensource.com>
Tue, 1 May 2007 21:24:01 +0000
(22:24 +0100)
committer
Keir Fraser
<keir@xensource.com>
Tue, 1 May 2007 21:24:01 +0000
(22:24 +0100)
Signed-off-by: Keir Fraser <keir@xensource.com>
tools/python/xen/xend/XendPIF.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendPIF.py
b/tools/python/xen/xend/XendPIF.py
index d96d33f8bca19326fd34d95419004ec7158c492d..3ab84606a9602d196938eb77351b455a79d55b8e 100644
(file)
--- a/
tools/python/xen/xend/XendPIF.py
+++ b/
tools/python/xen/xend/XendPIF.py
@@
-306,7
+306,7
@@
class XendPIF(XendBase):
# Figure out if this is a physical device
if self.get_interface_name() == \
self.get_device():
- raise PIFIsPhysical(
self.get_uuid()
)
+ raise PIFIsPhysical()
self.unplug()